R/<theconfigfile>.R

#' @author Chebuu
#' @title <theconfigfile>.R
#' @concept You don't have this
#' @details You call me, I give you.
#' @family Family como mis parceros

PAGE_BASE <- NULL # Base url to iterate
FILE_BASE <- NULL # Base url to iterate
XPATH_PAGES <- list(
  # XPath queries
  '//div[2]/header[1]/em' = xml2::xml_find_all
)
XPATH_FILES <- list(
  # XPath queries
  '//div[1]/div[1]/strong[1]/a' = xml2::xml_find_first,
  '//div[1]/div[2]/strong[1]/a[1]' = xml2::xml_find_first,
  '//div[1]/div[2]/strong[1]/a[2]' = xml2::xml_find_first
)
Chebuu/shrip documentation built on July 19, 2020, 12:33 a.m.